go/types.Checker.recordUse (method)

9 uses

	go/types (current package)
		assignments.go#L443: 			check.recordUse(ident, alt)
		call.go#L449: 			check.recordUse(ident, pname)
		call.go#L490: 			check.recordUse(e.Sel, exp)
		check.go#L546: func (check *Checker) recordUse(id *ast.Ident, obj Object) {
		check.go#L564: 	check.recordUse(x.Sel, obj)
		expr.go#L1388: 					check.recordUse(key, fld)
		labels.go#L153: 						check.recordUse(jmp.Label, lbl)
		labels.go#L229: 			check.recordUse(s.Label, obj)
		typexpr.go#L51: 	check.recordUse(e, obj)